<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Component: Base
 ============================================================================ */
/**
 * Fix the flawed CSS box model - Yes, IE6's box model is better
 * Browser support: IE8+
 * via: http://paulirish.com/2012/box-sizing-border-box-ftw/
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* normalize.css v3.0.2 | git.io/normalize */
/* Set &lt;html&gt; and &lt;body&gt; to inherit the height of the viewport */
html,
body {
  min-height: 100%;
}
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *    https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template,
script {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  outline: 0;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove text-decoration
 */
ins,
a {
  text-decoration: none;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
  * 1. Corrects max-width behavior (2.) if padding and border are used
  * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  * 3. Remove the gap between images and the bottom of their containers
  * 4. Remove border when inside `a` element in IE 8/9.
  * remove 2. for Issue #502
  */
img {
  box-sizing: border-box;
  /* 1 */
  vertical-align: middle;
  /* 3 */
  border: 0;
  /* 4 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/* Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * 1. Improves consistency of cursor style for clickable elements
 * 2. Removes excess padding in IE 8/9.
 * 3. Address box sizing set to `content-box` in IE 8/9/10.
 */
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  /*1*/
  padding: 0;
  /*2*/
  box-sizing: border-box;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Border-radius*/
.gt-square {
  border-radius: 0;
}
.gt-radius {
  border-radius: 5px;
}
.gt-round {
  border-radius: 1000px;
}
.gt-circle {
  border-radius: 50%;
}
/* Float blocks*/
.gt-cf:before,
.gt-cf:after {
  content: " ";
  display: table;
}
.gt-cf:after {
  clear: both;
}
.gt-fl {
  float: left;
}
.gt-fr {
  float: right;
}
.gt-nbfc {
  overflow: hidden;
}
.gt-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Display */
.gt-block {
  display: block !important;
}
.gt-inline {
  display: inline !important;
}
.gt-inline-block {
  display: inline-block !important;
}
.gt-hide {
  display: none !important;
  visibility: hidden !important;
}
/*
* Remove whitespace between child elements when using `inline-block`
*/
.gt-vertical-align {
  font-size: 0.001px;
}
/*
* The `@{ns}vertical-align` container needs a specific height
*/
.gt-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
* Sub-object which can have any height
* 1. Reset whitespace hack
*/
.gt-vertical-align-middle,
.gt-vertical-align-bottom {
  display: inline-block;
  font-size: 16px;
  /* 1 */
  max-width: 100%;
}
.gt-vertical-align-middle {
  vertical-align: middle;
}
.gt-vertical-align-bottom {
  vertical-align: bottom;
}
.gt-responsive-width {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
.gt-text-primary {
  color: #2B9AFF;
}
.gt-text-secondary {
  color: #78beff;
}
.gt-text-success {
  color: #5eb95e;
}
.gt-text-warning {
  color: #F37B1D;
}
.gt-text-danger {
  color: #dd514c;
}
.gt-link-muted {
  color: #666;
}
.gt-link-muted a {
  color: #666;
}
.gt-link-muted:hover,
.gt-link-muted a:hover {
  color: #555;
}
.gt-text-default {
  font-size: 16px;
}
/*
.@{ns}text-xxs {
  font-size: @font-size-xxs;
}
*/
.gt-text-xs {
  font-size: 12px;
}
.gt-text-sm {
  font-size: 14px;
}
.gt-text-lg {
  font-size: 18px;
}
.gt-text-xl {
  font-size: 24px;
}
.gt-text-xxl {
  font-size: 32px;
}
.gt-text-xxxl {
  font-size: 42px;
}
.gt-ellipsis,
.gt-text-truncate {
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.gt-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.gt-text-nowrap {
  white-space: nowrap;
}
[class*='gt-align-'] {
  margin-bottom: 1rem;
}
.gt-align-left {
  margin-right: 1rem;
  float: left;
}
.gt-align-right {
  margin-left: 1rem;
  float: right;
}
/** Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content/
 */
.gt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Text Image Replacement */
.gt-text-ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Text align */
.gt-text-left {
  text-align: left !important;
}
.gt-text-right {
  text-align: right !important;
}
.gt-text-top {
  vertical-align: top !important;
}
.gt-text-middle {
  vertical-align: middle !important;
}
.gt-text-bottom {
  vertical-align: bottom !important;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gt-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.gt-well {
  clear: both;
  padding: 10px;
  text-align: center;
}
.gt-well .gt-btn + .gt-btn {
  margin-left: 20px;
}
.gt-btn {
  width: 115px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.gt-btn.gt-btn-auto {
  width: auto;
}
.gt-btn.gt-btn-big {
  height: 35px;
  line-height: 16px;
  font-size: 16px;
}
.gt-margin {
  margin: 10px;
}
.gt-margin-h {
  margin-left: 10px;
  margin-right: 10px;
}
.gt-margin-v {
  margin-top: 10px;
  margin-bottom: 10px;
}
.gt-padding-h {
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.gt-padding-v {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.gt-padding-v-big {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
.gt-text-center {
  text-align: center!important;
}
.gt-price {
  font-size: 14px;
}
a {
  color: #2B9AFF;
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
}
i {
  font-style: normal;
}
body.reg {
  background-color: #FFF;
}
body {
  color: #333;
  background-color: #f8f8f8;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  font-size: 14px;
  text-align: center;
}
body .gt-header {
  background-color: #FFF;
  color: #FFF;
  padding: 9px 0px;
  font-size: 12px;
  min-width: 1200px;
  border-bottom: 1px solid #DCDCDC;
}
body .gt-header table {
  width: 100%;
}
body .gt-header table td:nth-child(1) {
  width: 340px;
}
body .gt-header table td i {
  color: #f6cf47;
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 3px;
}
body .gt-header a {
  color: #878787;
  font-size: 14px;
}
body .gt-header .header-search {
  font-size: 0px;
}
body .gt-header .header-search input {
  font-size: 16px;
  color: #313131;
  border-radius: 0px !important;
  height: 28px;
  line-height: 28px;
  box-sizing: content-box;
  width: 253px;
  padding-left: 10px;
  border: 1px solid #D2D2D2;
}
body .gt-header .header-search input::-webkit-input-placeholder {
  color: #ABAAAA;
}
body .gt-header .header-search input::-moz-placeholder {
  color: #ABAAAA;
}
body .gt-header .header-search input:-ms-input-placeholder {
  color: #ABAAAA;
}
body .gt-header .header-search input::-ms-input-placeholder {
  color: #ABAAAA;
}
body .gt-header .header-search input::placeholder {
  color: #ABAAAA;
}
body .gt-header .header-search .search-btn {
  width: 52px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-repeat: no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #2B9AFF;
  background-position: center;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
}
body .gt-header .header-login {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAMAAACOacfrAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAzK9PStpsaDwxCMOWPTMgHZOlgsoAAABFSURBVAjXbcdHEsAgDATBlUgGx/3/Z01ScWFO02iVeKUC6yQphoete+ro8lt9XS9mWqGwclU2OKkSPz5wFByQuIpQWekPSfkEKbuJ/UEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: left 3px;
  padding-left: 23px;
}
body .gt-header .header-logout {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
  color: #d70a30;
}
body .gt-top {
  min-width: 1200px;
  background: #FFF;
  font-size: 16px;
}
body .gt-top table {
  width: 100%;
}
body .gt-top table td {
  height: 70px;
}
body .gt-top .logo {
  width: 150px;
  margin-top: 7px;
  text-align: left;
}
body .gt-top .logo span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 24px;
}
body .gt-top.reg table {
  width: 100%;
}
body .gt-top.reg table td {
  height: 95px;
}
body .gt-top.reg .logo {
  width: 300px;
}
body .gt-top.reg table td:nth-child(2) {
  vertical-align: top;
  padding-top: 15px;
  font-size: 14px;
}
.gt-split-v {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAMAAADeMYNYAAAAV1BMVEVaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpp1sUWAAAAHHRSTlPz6uDPxbWllYZ5bmZaSTskD9W+rJyMUEQvLRwbYKr6rAAAAEhJREFUCNcNjEcSgCAAAxdREBHFXuD/7ySHzGRSlkxh5WPhITETmQiMXHgcBwM9lo0OA1TJyFuluzrHidc66BX1vkkivSL+5AZi9AIf0GCHsAAAAABJRU5ErkJggg==);
  background-position: left center;
  background-repeat: no-repeat;
}
.gt-split-v2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  text-align: center;
}
.gt-split-v3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 12px;
  text-align: center;
  color: #878787;
  line-height: 15px;
  vertical-align: center;
}
.gt-top-weixin {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../i/top_weibo_weixin1.png?v=20250311091800) no-repeat scroll 0px 0px;
  background-size: 100% 100%;
  width: 23px;
  height: 19px;
  vertical-align: bottom;
  margin-left: 1px;
}
.gt-top-weibo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: transparent url(../i/top_weibo_weixin.png?v=20250311091800) no-repeat scroll -32px 0px;
  width: 20px;
  height: 16px;
  margin-left: 15px;
  vertical-align: bottom;
}
.gt-arrow-up {
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  height: 0;
  width: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.top-image-big {
  position: absolute;
  margin-left: -77px;
  margin-top: 25px;
  display: none;
}
.gt-top-weibo:hover &gt; #top-weibo-big {
  position: absolute;
  margin-left: -77px;
  margin-top: 25px;
  display: block;
  z-index: 999999999999999999999;
}
.gt-top-weixin:hover &gt; #top-weixin-big {
  position: absolute;
  margin-left: -77px;
  margin-top: 25px;
  display: block;
  z-index: 999999999999999999999;
}
.gt-footer {
  min-width: 1200px;
  border-top: 1px solid #DCDCDC;
  background-color: #FFF;
  clear: both;
}
.gt-footer .links {
  padding: 18px 0 10px 0;
  text-align: left;
}
.gt-footer .links .link.download {
  padding-top: 5px;
}
.gt-footer .links .download {
  font-size: 0px;
}
.gt-footer .links .download table {
  width: 405px;
}
.gt-footer .links .download table td {
  text-align: right;
}
.gt-footer .links .link {
  width: 15%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  vertical-align: top;
}
.gt-footer .links .link h2 {
  color: #262c64;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 0 25px;
  margin: 5px 0;
}
.gt-footer .links .link h2.quanyi {
  background: url(../i/common/footer_quanyi.png?v=20250311091800) no-repeat left center;
}
.gt-footer .links .link h2.service {
  background: url(../i/common/footer_service.png?v=20250311091800) no-repeat left center;
}
.gt-footer .links .link h2.bars {
  background: url(../i/common/footer_bars.png?v=20250311091800) no-repeat left center;
}
.gt-footer .links .link h2.about {
  background: url(../i/common/footer_about.png?v=20250311091800) no-repeat left center;
}
.gt-footer .links .link h2.download {
  background: url(../i/common/footer_download.png?v=20250311091800) no-repeat left center;
}
.gt-footer .links .link ul {
  margin: 0px;
  padding: 0px;
  list-style-type: disc;
}
.gt-footer .links .link ul li {
  margin: 10px 10px 10px 20px;
  padding: 0px;
  color: #5a5a5a;
}
.gt-footer .links .link ul li a,
.gt-footer .links .link ul li a:visited {
  color: #5a5a5a;
  font-size: 14px;
}
.gt-footer .links .link ul li a:hover {
  text-decoration: underline;
}
.gt-footer .links .link:nth-last-child(1) {
  padding-top: 7px;
}
.gt-footer .links .link:nth-child(1) {
  width: 20%;
}
.gt-footer .copyright {
  background: #f8f8f8;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: center;
}
.gt-footer .copyright .foot-zj-block {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gt-footer .contactus {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #DCDCDC;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #d70a30;
  text-align: left;
  z-index: 1;
}
.gt-footer .contactus .gt-wrapper {
  position: relative;
}
.gt-footer .contactus .gt-wrapper .help-btn {
  position: absolute;
  right: 200px;
  top: -13px;
  height: 48px;
  width: 132px;
  background: url(../i/help_ai.png?v=20250311091800) no-repeat;
}
.gt-footer .contactus .gt-wrapper .gongshang {
  position: absolute;
  left: 390px;
  padding-left: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gt-footer .contactus .gt-wrapper .tel-btn {
  position: absolute;
  right: 60px;
  background: url(../i/icon_tel.png?v=20250311091800) no-repeat left center;
  padding-left: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gt-footer .contactus .gt-wrapper .go-top {
  position: absolute;
  right: 0px;
  top: 3px;
  font-size: 12px;
  padding-top: 5px;
}
.gt-footer .contactus .gt-wrapper .arrow-up {
  position: absolute;
  top: 10px;
  right: 19px;
  border-color: transparent transparent #d70a30 transparent;
  border-width: 0px 5px 5px 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.gt-tips {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 12;
  border: 2px solid #c8c8c8;
  background-color: #FFF;
  max-width: 470px;
  text-align: center;
  padding-bottom: 20px;
  min-width: 325px;
}
.gt-tips .tips-close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #FFF;
  width: 15px;
  height: 15px;
  font-size: 0;
}
.gt-tips .tips-close::before,
.gt-tips .tips-close::after {
  content: "";
  position: absolute;
  /*æ–¹ä¾¿è¿›è¡Œå®šä½*/
  height: 15px;
  width: 1.5px;
  top: 2px;
  right: 9px;
  /*è®¾ç½®topå’Œrightä½¿å›¾åƒåœ¨20*20æ¡†ä¸­å±…ä¸­*/
  background: white;
}
.gt-tips .tips-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*è¿›è¡Œæ—‹è½¬*/
}
.gt-tips .tips-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gt-tips .tips-title {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #2B9AFF;
  color: #FFF;
  line-height: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.gt-tips .tips-content {
  line-height: 20px;
  padding: 20px 40px;
  text-align: center;
}
.gt-tips .tips-content p {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
}
.gt-tips .tips-bottom {
  padding: 0px 10px;
}
.gt-tips .tips-btn {
  min-width: 100px;
}
.gt-tips .tips-btn-fixed + .tips-btn-fixed {
  margin-left: 10%;
}
.gt-tips-big {
  min-width: 450px!important;
}
.gt-mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: url(../i/common/bg_op_65.png?v=20250311091800);
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes jump {
  from {
    top: 15px;
  }
  to {
    top: 17px;
  }
}
.gt-mao {
  position: fixed;
  text-align: center;
  top: 43%;
  left: 49%;
  color: #FFF;
  font-weight: 700;
  z-index: 2;
  width: 35px;
  height: 35px;
}
.gt-loading.active {
  display: block;
}
.gt-loading {
  display: none;
  position: relative;
  padding: 10px;
  min-height: 50px;
}
.gt-loading span {
  background: url(../i/common/loading.gif?v=20250311091800) no-repeat;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  position: absolute;
  left: 45%;
  z-index: 2;
}
.gt-menu-mar {
  margin-right: -30px;
}
.gt-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.gt-menu ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0px 0 -1px 0;
  padding: 30px 0 16px;
  width: 130px;
  text-align: center;
  position: relative;
}
.gt-menu ul li a {
  display: block;
  height: 28px;
  line-height: 28px;
  color: #080708;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.gt-menu ul li a.noborder {
  border-left: none;
}
.gt-menu ul li .hot {
  position: absolute;
  right: 0;
  top: 15px;
}
.gt-menu ul li.active a {
  position: relative;
}
.gt-menu ul li.active .border::after {
  display: inline-block;
  content: '';
  width: 72px;
  height: 5px;
  background-color: #2B9AFF;
  position: absolute;
  top: 38px;
  left: 30px;
}
.gt-menu ul li.active .noborder::after {
  display: inline-block;
  content: '';
  width: 50px;
  height: 5px;
  background-color: #2B9AFF;
  position: absolute;
  top: 38px;
  left: 39px;
}
.gt-main {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 10px;
  background: #FFF;
}
.gt-main + .gt-slider,
.gt-main + .gt-content.left {
  background: #F8f8f8;
}
.gt-content {
  width: 980px;
  float: right;
  background: #FFF;
}
.gt-content h2 {
  margin: 0 20px;
  padding: 10px 0;
  color: #262c64;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.gt-content.left {
  width: 830px;
  float: left;
  background: #FFF;
}
.gt-content.full {
  width: 1200px;
  float: left;
  background: #FFF;
}
.gt-slider.right {
  width: 355px;
  float: right;
  background: #FFF;
  text-align: left;
  margin-bottom: 20px;
}
.gt-slider {
  width: 204px;
  float: left;
  background: #FFF;
  text-align: left;
  margin-bottom: 20px;
}
.gt-slider h2 {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border-top: 1px dotted #e4e4e4;
  border-bottom: 1px dotted #e4e4e4;
}
.gt-slider h2 span {
  border-left: 5px solid #2B9AFF;
  padding-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 22px;
  line-height: 22px;
}
.gt-slider h2:nth-child(1) {
  border-top: none;
}
.gt-slider ul {
  margin: 0px 0 5px 0px;
  padding: 0px;
}
.gt-slider ul li.active {
  background-color: #e8f3ff;
}
.gt-slider ul li.active a {
  background: url(../i/common/slider_active.png?v=20250311091800) no-repeat left 30px;
  color: #2B9AFF;
}
.gt-slider ul li.disable a {
  color: #5a5a5a;
}
.gt-slider ul li {
  list-style-type: none;
  font-size: 14px;
  height: 40px;
  padding: 5px 0px 0px 20px;
  margin: 0px;
  display: block;
}
.gt-slider ul li a {
  padding-left: 5px;
  background: url(../i/common/slider.png?v=20250311091800) no-repeat left 30px;
  display: block;
  color: #8e8e8e;
  margin: 0;
  height: 30px;
  line-height: 30px;
}
.gt-slider ul li a:hover {
  background: url(../i/common/slider_active.png?v=20250311091800) no-repeat left 30px;
  color: #2B9AFF;
}
.gt-slider ul li a.icon-slider-home {
  padding-left: 25px;
  background-position: 0 6px;
}
.gt-slider ul li a.icon-slider-info {
  padding-left: 25px;
  background-position: 0 -31px;
}
.gt-slider ul li a.icon-slider-password {
  padding-left: 25px;
  background-position: 0 -68px;
}
.gt-slider ul li a.icon-slider-bank {
  padding-left: 25px;
  background-position: 0 -107px;
}
.gt-slider ul li a.icon-slider-zican {
  padding-left: 25px;
  background-position: 0 -186px;
}
.gt-slider ul li a.icon-slider-dingtou {
  padding-left: 25px;
  background-position: 0 -223px;
}
.gt-slider ul li a.icon-slider-history {
  padding-left: 25px;
  background-position: 0 -262px;
}
.gt-slider ul li a.icon-slider-chongzhi {
  padding-left: 25px;
  background-position: 0 -341px;
}
.gt-slider ul li a.icon-slider-quxian {
  padding-left: 25px;
  background-position: 0 -381px;
}
.gt-slider ul li a.icon-slider-convert {
  padding-left: 25px;
  background-position: 0 -418px;
}
.gt-slider ul li a.icon-slider-ordercancel {
  padding-left: 25px;
  background-position: 0 -453px;
}
.gt-slider ul li a.icon-slider-fenhong {
  padding-left: 25px;
  background-position: 0 -491px;
}
.gt-slider ul li a.icon-slider-trustin {
  padding-left: 25px;
  background-position: 0 -528px;
}
.gt-slider ul li a.icon-slider-trustout {
  padding-left: 25px;
  background-position: 0 -564px;
}
.gt-input-error {
  line-height: 15px;
  padding-left: 18px;
  display: none;
  font-size: 12px;
}
.gt-input-error.active {
  background: url(../i/common/error_tips.png?v=20250311091800) no-repeat left center;
  display: block;
}
.gt-input-error.margin-left-small {
  margin-left: 80px;
}
.gt-input-error.margin-left-big {
  margin-left: 100px;
}
.J_template {
  display: none;
}
.gt-font-red {
  color: #d70a30 !important;
}
.gt-font-green {
  color: #1a7e13 !important;
}
.gt-font-gray {
  color: #7A7A7A !important;
}
#datepicker {
  background: #f7f7f7;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 300px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#datepicker input {
  margin-bottom: 15px;
}
#datepicker .datepicker-inline {
  width: 100%;
}
#datepicker .datepicker table {
  width: 100% !important;
}
.gt-table-blue-light {
  border-bottom: 1px solid #f8f8f8;
}
.gt-table-blue-light th {
  background: #e8f3ff;
  font-weight: normal;
  text-align: center;
  padding: 10px 0!important;
}
.gt-table-blue-light tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.gt-table-blue-light tbody tr td {
  font-size: 12px;
  padding: 10px 0!important;
  text-align: center;
  vertical-align: middle!important;
}
.gt-table-blue-light th.sorted.ascending:after {
  content: "  \2191";
}
.gt-table-blue-light th.sorted.descending:after {
  content: " \2193";
}
.gt-table-gray {
  border-bottom: 1px solid #f8f8f8;
}
.gt-table-gray th {
  background: #f8f8f8;
  font-weight: normal;
  text-align: center;
  padding: 10px 0!important;
}
.gt-table-gray tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.gt-table-gray tbody tr td {
  font-size: 14px;
  padding: 10px 0 ;
  text-align: center;
  vertical-align: middle!important;
}
.gt-table-gray th.sorted.ascending:after {
  content: "  \2191";
}
.gt-table-gray th.sorted.descending:after {
  content: " \2193";
}
.gt-table-noborder th,
.gt-table-noborder td {
  border: none!important;
}
.gt-line {
  border-top: 1px solid #e4e4e4;
  font-size: 0px;
}
/* ä¸­å¥–æ—¶çŒ«çš„ä¸€äº›æ&nbsp;·å¼ */
@-webkit-keyframes jump-candy {
  0% {
    top: -14px;
    left: 28px;
  }
  50% {
    top: -11px;
    left: 23px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    top: -14px;
    left: 28px;
  }
}
@-webkit-keyframes jump-tom {
  0% {
    width: 94px;
    height: 83px;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  50% {
    right: -5px;
    top: 9px;
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  100% {
    width: 94px;
    height: 83px;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
}
@-webkit-keyframes jump-tom-home {
  0% {
    top: -13px;
    left: 22px;
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    top: -13px;
    left: 22px;
  }
}
@-webkit-keyframes jump-candy-home {
  0% {
    top: -13px;
    left: 22px;
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    top: -13px;
    left: 22px;
  }
}
.findcat-win {
  position: fixed;
  z-index: 99;
  display: none;
}
.findcat-win .cat {
  z-index: 2;
  position: relative;
}
.findcat-win .cloud {
  position: absolute;
  background: url(../i/active/findcat/cloud.png?v=20250311091800) no-repeat;
  top: 120px;
  left: 65px;
  z-index: 1;
  width: 120px;
  height: 56px;
}
.findcat-win .cloud.tom {
  top: 140px;
}
.findcat-win .cat.candy {
  background: url(../i/active/findcat/candy.png?v=20250311091800) no-repeat;
  background-size: 214px 167px;
  width: 214px;
  height: 167px;
}
.findcat-win .cat.candy span {
  background: url(../i/active/findcat/chat4.png?v=20250311091800) no-repeat;
  width: 94px;
  height: 83px;
  background-size: 94px 83px;
  top: -14px;
  left: 28px;
  position: absolute;
  animation: jump-candy 0.5s infinite linear;
  -moz-animation: jump-candy 0.5s infinite linear;
  -webkit-animation: jump-candy 0.5s infinite linear;
  -o-animation: jump-candy 0.5s infinite linear;
}
.findcat-win .cat.tom {
  background: url(../i/active/findcat/tom.png?v=20250311091800) no-repeat;
  background-size: 214px 178px;
  width: 214px;
  height: 178px;
  position: relative;
}
.findcat-win .cat.tom span {
  background: url(../i/active/findcat/chat4.png?v=20250311091800) no-repeat;
  width: 94px;
  height: 83px;
  background-size: 94px 83px;
  position: absolute;
  right: 0px;
  top: 3px;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  animation: jump-tom 0.5s infinite linear;
  -moz-animation: jump-tom 0.5s infinite linear;
  -webkit-animation: jump-tom 0.5s infinite linear;
  -o-animation: jump-tom 0.5s infinite linear;
}
.findcat-win-pop.active {
  display: block;
}
.findcat-win-pop {
  display: none;
  position: fixed;
  width: 390px;
  height: 244px;
  z-index: 12;
  top: 0;
  left: 0;
}
.findcat-win-pop span {
  width: 70px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 32px;
  color: #fff337;
  position: absolute;
  text-align: center;
}
.findcat-win-pop em {
  position: absolute;
  font-style: normal;
  color: #b4b4b4;
  font-size: 14px;
  text-align: left;
  bottom: -25px;
  width: 470px;
  left: -8px;
}
.findcat-win-pop a.win-award {
  position: absolute;
  bottom: 60px;
  right: 10px;
  font-size: 14px;
  color: #FFF;
  text-decoration: underline;
}
.findcat-win-pop .btn-award.active {
  display: block;
}
.findcat-win-pop .btn-award {
  width: 100%;
  position: absolute;
  top: 90px;
  text-align: center;
  display: none;
}
.findcat-win-pop .btn-award .button.active {
  background-color: #0A72C9;
  color: #FFF;
}
.findcat-win-pop .btn-award .button {
  background-color: #b4b4b4;
  width: 113px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  border: none;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background-color: #FFF;
  color: #0A72C9;
  display: inline-block;
}
.findcat-win-pop .btn-award .button + .button {
  margin-left: 20px;
}
.findcat-win-pop .close {
  width: 21px;
  height: 21px;
  background: url(../i/active/findcat/close.png?v=20250311091800) no-repeat;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2;
  cursor: pointer;
}
.findcat-win-pop.candy {
  background: url(../i/active/findcat/win_candy.png?v=20250311091800) no-repeat;
}
.findcat-win-pop.candy span {
  left: 141px;
  top: 49px;
}
.findcat-win-pop.tom {
  background: url(../i/active/findcat/win_tom.png?v=20250311091800) no-repeat;
}
.findcat-win-pop.tom span {
  left: 220px;
  top: 30px;
}
/* ==========================================================================
   Component: Button
 ============================================================================ */
.gt-btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.gt-btn:focus,
.gt-btn:active:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gt-btn:hover,
.gt-btn:focus {
  color: #333;
  text-decoration: none;
}
.gt-btn:active,
.gt-btn.gt-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
.gt-btn.gt-disabled,
.gt-btn[disabled],
fieldset[disabled] .gt-btn {
  pointer-events: none;
  border-color: transparent;
  cursor: not-allowed;
  opacity: 0.45;
  box-shadow: none;
}
.gt-btn.gt-round {
  border-radius: 1000px;
}
.gt-btn.gt-radius {
  border-radius: 4px;
}
.gt-btn-default {
  color: #333;
  background-color: #e9e8e2;
  border-color: #e9e8e2;
}
a.gt-btn-default:visited {
  color: #333;
}
.gt-btn-default:hover,
.gt-btn-default:focus,
.gt-btn-default:active,
.gt-btn-default.gt-active,
.gt-active .gt-btn-default.gt-dropdown-toggle {
  color: #333;
  border-color: #cfccbf;
}
.gt-btn-default:hover,
.gt-btn-default:focus {
  background-color: #dad8ce;
}
.gt-btn-default:active,
.gt-btn-default.gt-active,
.gt-active .gt-btn-default.gt-dropdown-toggle {
  background-image: none;
  background-color: #cac8b9;
}
.gt-btn-default.gt-disabled,
.gt-btn-default[disabled],
fieldset[disabled] .gt-btn-default,
.gt-btn-default.gt-disabled:hover,
.gt-btn-default[disabled]:hover,
fieldset[disabled] .gt-btn-default:hover,
.gt-btn-default.gt-disabled:focus,
.gt-btn-default[disabled]:focus,
fieldset[disabled] .gt-btn-default:focus,
.gt-btn-default.gt-disabled:active,
.gt-btn-default[disabled]:active,
fieldset[disabled] .gt-btn-default:active,
.gt-btn-default.gt-disabled.gt-active,
.gt-btn-default[disabled].gt-active,
fieldset[disabled] .gt-btn-default.gt-active {
  background-color: #e9e8e2;
  border-color: #e9e8e2;
}
.gt-btn-group .gt-btn-default,
.gt-btn-group-stacked .gt-btn-default {
  border-color: #dedcd3;
}
.gt-btn-primary {
  color: #fff;
  background-color: #2B9AFF;
  border-color: #2B9AFF;
}
a.gt-btn-primary:visited {
  color: #fff;
}
.gt-btn-primary:hover,
.gt-btn-primary:focus,
.gt-btn-primary:active,
.gt-btn-primary.gt-active,
.gt-active .gt-btn-primary.gt-dropdown-toggle {
  color: #fff;
  border-color: #007ced;
}
.gt-btn-primary:hover,
.gt-btn-primary:focus {
  background-color: #0789ff;
}
.gt-btn-primary:active,
.gt-btn-primary.gt-active,
.gt-active .gt-btn-primary.gt-dropdown-toggle {
  background-image: none;
  background-color: #0077e3;
}
.gt-btn-primary.gt-disabled,
.gt-btn-primary[disabled],
fieldset[disabled] .gt-btn-primary,
.gt-btn-primary.gt-disabled:hover,
.gt-btn-primary[disabled]:hover,
fieldset[disabled] .gt-btn-primary:hover,
.gt-btn-primary.gt-disabled:focus,
.gt-btn-primary[disabled]:focus,
fieldset[disabled] .gt-btn-primary:focus,
.gt-btn-primary.gt-disabled:active,
.gt-btn-primary[disabled]:active,
fieldset[disabled] .gt-btn-primary:active,
.gt-btn-primary.gt-disabled.gt-active,
.gt-btn-primary[disabled].gt-active,
fieldset[disabled] .gt-btn-primary.gt-active {
  background-color: #2B9AFF;
  border-color: #2B9AFF;
}
.gt-btn-group .gt-btn-primary,
.gt-btn-group-stacked .gt-btn-primary {
  border-color: #128eff;
}
.gt-btn-warning {
  color: #fff;
  background-color: #F37B1D;
  border-color: #F37B1D;
}
a.gt-btn-warning:visited {
  color: #fff;
}
.gt-btn-warning:hover,
.gt-btn-warning:focus,
.gt-btn-warning:active,
.gt-btn-warning.gt-active,
.gt-active .gt-btn-warning.gt-dropdown-toggle {
  color: #fff;
  border-color: #c85e0b;
}
.gt-btn-warning:hover,
.gt-btn-warning:focus {
  background-color: #e0690c;
}
.gt-btn-warning:active,
.gt-btn-warning.gt-active,
.gt-active .gt-btn-warning.gt-dropdown-toggle {
  background-image: none;
  background-color: #be590a;
}
.gt-btn-warning.gt-disabled,
.gt-btn-warning[disabled],
fieldset[disabled] .gt-btn-warning,
.gt-btn-warning.gt-disabled:hover,
.gt-btn-warning[disabled]:hover,
fieldset[disabled] .gt-btn-warning:hover,
.gt-btn-warning.gt-disabled:focus,
.gt-btn-warning[disabled]:focus,
fieldset[disabled] .gt-btn-warning:focus,
.gt-btn-warning.gt-disabled:active,
.gt-btn-warning[disabled]:active,
fieldset[disabled] .gt-btn-warning:active,
.gt-btn-warning.gt-disabled.gt-active,
.gt-btn-warning[disabled].gt-active,
fieldset[disabled] .gt-btn-warning.gt-active {
  background-color: #F37B1D;
  border-color: #F37B1D;
}
.gt-btn-group .gt-btn-warning,
.gt-btn-group-stacked .gt-btn-warning {
  border-color: #ea6e0c;
}
.gt-btn-danger {
  color: #fff;
  background-color: #dd514c;
  border-color: #dd514c;
}
a.gt-btn-danger:visited {
  color: #fff;
}
.gt-btn-danger:hover,
.gt-btn-danger:focus,
.gt-btn-danger:active,
.gt-btn-danger.gt-active,
.gt-active .gt-btn-danger.gt-dropdown-toggle {
  color: #fff;
  border-color: #c62b26;
}
.gt-btn-danger:hover,
.gt-btn-danger:focus {
  background-color: #d7342e;
}
.gt-btn-danger:active,
.gt-btn-danger.gt-active,
.gt-active .gt-btn-danger.gt-dropdown-toggle {
  background-image: none;
  background-color: #be2924;
}
.gt-btn-danger.gt-disabled,
.gt-btn-danger[disabled],
fieldset[disabled] .gt-btn-danger,
.gt-btn-danger.gt-disabled:hover,
.gt-btn-danger[disabled]:hover,
fieldset[disabled] .gt-btn-danger:hover,
.gt-btn-danger.gt-disabled:focus,
.gt-btn-danger[disabled]:focus,
fieldset[disabled] .gt-btn-danger:focus,
.gt-btn-danger.gt-disabled:active,
.gt-btn-danger[disabled]:active,
fieldset[disabled] .gt-btn-danger:active,
.gt-btn-danger.gt-disabled.gt-active,
.gt-btn-danger[disabled].gt-active,
fieldset[disabled] .gt-btn-danger.gt-active {
  background-color: #dd514c;
  border-color: #dd514c;
}
.gt-btn-group .gt-btn-danger,
.gt-btn-group-stacked .gt-btn-danger {
  border-color: #d93c37;
}
.gt-btn-success {
  color: #fff;
  background-color: #5eb95e;
  border-color: #5eb95e;
}
a.gt-btn-success:visited {
  color: #fff;
}
.gt-btn-success:hover,
.gt-btn-success:focus,
.gt-btn-success:active,
.gt-btn-success.gt-active,
.gt-active .gt-btn-success.gt-dropdown-toggle {
  color: #fff;
  border-color: #429842;
}
.gt-btn-success:hover,
.gt-btn-success:focus {
  background-color: #4aaa4a;
}
.gt-btn-success:active,
.gt-btn-success.gt-active,
.gt-active .gt-btn-success.gt-dropdown-toggle {
  background-image: none;
  background-color: #3f913f;
}
.gt-btn-success.gt-disabled,
.gt-btn-success[disabled],
fieldset[disabled] .gt-btn-success,
.gt-btn-success.gt-disabled:hover,
.gt-btn-success[disabled]:hover,
fieldset[disabled] .gt-btn-success:hover,
.gt-btn-success.gt-disabled:focus,
.gt-btn-success[disabled]:focus,
fieldset[disabled] .gt-btn-success:focus,
.gt-btn-success.gt-disabled:active,
.gt-btn-success[disabled]:active,
fieldset[disabled] .gt-btn-success:active,
.gt-btn-success.gt-disabled.gt-active,
.gt-btn-success[disabled].gt-active,
fieldset[disabled] .gt-btn-success.gt-active {
  background-color: #5eb95e;
  border-color: #5eb95e;
}
.gt-btn-group .gt-btn-success,
.gt-btn-group-stacked .gt-btn-success {
  border-color: #4db14d;
}
.gt-btn-secondary {
  color: #2B9AFF;
  background-color: #FFF;
  border-color: #2B9AFF;
}
a.gt-btn-secondary:visited {
  color: #2B9AFF;
}
.gt-btn-secondary:hover,
.gt-btn-secondary:focus,
.gt-btn-secondary:active,
.gt-btn-secondary.gt-active,
.gt-active .gt-btn-secondary.gt-dropdown-toggle {
  color: #2B9AFF;
  border-color: #007ced;
}
.gt-btn-secondary:hover,
.gt-btn-secondary:focus {
  background-color: #ededed;
}
.gt-btn-secondary:active,
.gt-btn-secondary.gt-active,
.gt-active .gt-btn-secondary.gt-dropdown-toggle {
  background-image: none;
  background-color: #dbdbdb;
}
.gt-btn-secondary.gt-disabled,
.gt-btn-secondary[disabled],
fieldset[disabled] .gt-btn-secondary,
.gt-btn-secondary.gt-disabled:hover,
.gt-btn-secondary[disabled]:hover,
fieldset[disabled] .gt-btn-secondary:hover,
.gt-btn-secondary.gt-disabled:focus,
.gt-btn-secondary[disabled]:focus,
fieldset[disabled] .gt-btn-secondary:focus,
.gt-btn-secondary.gt-disabled:active,
.gt-btn-secondary[disabled]:active,
fieldset[disabled] .gt-btn-secondary:active,
.gt-btn-secondary.gt-disabled.gt-active,
.gt-btn-secondary[disabled].gt-active,
fieldset[disabled] .gt-btn-secondary.gt-active {
  background-color: #FFF;
  border-color: #2B9AFF;
}
.gt-btn-group .gt-btn-secondary,
.gt-btn-group-stacked .gt-btn-secondary {
  border-color: #f2f2f2;
}
/* Style links like a button */
.gt-btn-link {
  color: #2B9AFF;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.gt-btn-link,
.gt-btn-link:active,
.gt-btn-link[disabled],
fieldset[disabled] .gt-btn-link {
  background-color: transparent;
  box-shadow: none;
}
.gt-btn-link,
.gt-btn-link:hover,
.gt-btn-link:focus,
.gt-btn-link:active {
  border-color: transparent;
}
.gt-btn-link:hover,
.gt-btn-link:focus {
  color: #0074de;
  text-decoration: underline;
  background-color: transparent;
}
.gt-btn-link[disabled]:hover,
fieldset[disabled] .gt-btn-link:hover,
.gt-btn-link[disabled]:focus,
fieldset[disabled] .gt-btn-link:focus {
  color: #c1c1c1;
  text-decoration: none;
}
/* button size */
.gt-btn-xs {
  font-size: 12px;
}
.gt-btn-sm {
  font-size: 14px;
}
.gt-btn-lg {
  font-size: 16px;
  line-height: 18px;
}
.gt-btn-xl {
  font-size: 30px;
}
/* Block button  */
.gt-btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* Multiple block buttons vertically space */
.gt-btn-block + .gt-btn-block {
  margin-top: 5px;
}
/* Specificity overrides */
input[type="submit"].gt-btn-block,
input[type="reset"].gt-btn-block,
input[type="button"].gt-btn-block {
  width: 100%;
}
/* Button with loading spinner */
.gt-btn.gt-btn-loading .gt-icon-spin {
  margin-right: 5px;
}
.featured-opt.qgj {
  margin-top: 40px;
}
.featured-opt.qgj h2 {
  display: block;
}
.featured-opt {
  font-size: 0;
  clear: both;
  margin-top: 15px;
}
.featured-opt h2 {
  display: none;
  font-weight: normal;
  height: 34px;
  width: 900px;
  margin: 0 auto;
}
.featured-opt h2 div {
  border-top: 1px solid #c1c1c1;
  text-align: center;
  height: 30px;
}
.featured-opt h2 div span {
  display: inline-block;
  width: 140px;
  background: #F8f8f8;
  color: #8e8e8e;
  font-size: 18px;
  margin-top: -15px;
}
.featured-opt div.ul-wrapper {
  overflow: hidden;
  border: 1px solid #e4e4e4;
}
.featured-opt div.ul-wrapper ul {
  font-size: 0;
  width: 1300px;
}
.featured-opt div.ul-wrapper ul li {
  font-size: 14px;
  width: 400px;
  float: left;
  color: #5a5a5a;
  background-color: #FFF;
}
.featured-opt div.ul-wrapper ul li .title {
  position: relative;
  padding: 0 40px 10px;
  background: #f1f1f1;
  height: 85px;
}
.featured-opt div.ul-wrapper ul li .title h3 {
  font-size: 22px;
  margin: 0;
  padding: 10px 0;
  line-height: 28px;
  color: #313131;
}
.featured-opt div.ul-wrapper ul li .title h3 a {
  color: #313131;
}
.featured-opt div.ul-wrapper ul li .title h3 a:hover {
  color: #2B9AFF;
}
.featured-opt div.ul-wrapper ul li .title p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.featured-opt div.ul-wrapper ul li .title p + p {
  margin-top: 3px;
}
.featured-opt div.ul-wrapper ul li .title .arrow {
  position: absolute;
  right: 0;
  top: 0;
}
.featured-opt div.ul-wrapper ul li .end {
  border-left: 1px dotted #e4e4e4;
}
.featured-opt div.ul-wrapper ul li .first {
  border-right: 1px dotted #e4e4e4;
}
.featured-opt div.ul-wrapper ul li .desc {
  text-align: center;
  padding: 15px;
  height: 100px;
  position: relative;
}
.featured-opt div.ul-wrapper ul li .desc table {
  width: 100%;
}
.featured-opt div.ul-wrapper ul li .desc table tr th {
  font-weight: normal;
}
.featured-opt div.ul-wrapper ul li .desc table tr td {
  width: 50%;
}
.featured-opt div.ul-wrapper ul li .desc table tr td i {
  font-style: normal;
  font-size: 24px;
}
.featured-opt div.ul-wrapper ul li .desc table tr td span {
  font-size: 32px;
  font-weight: bold;
}
.featured-opt div.ul-wrapper ul li .desc table tr td span i {
  font-size: 14px;
}
.featured-opt div.ul-wrapper ul li .desc.active {
  text-align: left;
}
.featured-opt div.ul-wrapper ul li .desc.active td,
.featured-opt div.ul-wrapper ul li .desc.active th {
  padding-left: 40px;
}
.featured-opt div.ul-wrapper ul li .desc.active td span,
.featured-opt div.ul-wrapper ul li .desc.active th span {
  color: #d70a30;
  display: inline-block;
  margin: 0px 3px;
}
.featured-opt div.ul-wrapper ul li .btns {
  text-align: center;
  padding: 0 0 20px;
}
.banner {
  position: relative;
  text-align: center;
}
.banner .slider {
  height: 320px;
  min-width: 1200px;
}
.banner .slider .swiper-slide {
  text-align: center;
}
.banner .slider .swiper-button-prev {
  position: absolute;
  left: 20px;
  top: 200px;
  width: 23px;
  height: 43px;
  background: url(../i/index/arrow_left.png?v=20250311091800) no-repeat;
  cursor: pointer;
  z-index: 11;
}
.banner .slider .swiper-button-next {
  position: absolute;
  right: 20px;
  top: 200px;
  cursor: pointer;
  width: 23px;
  height: 43px;
  background: url(../i/index/arrow_right.png?v=20250311091800) no-repeat;
  z-index: 11;
}
.banner .slider .pagination {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  text-align: center;
  color: #FFF;
}
.banner .slider .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #FFF;
  margin: 0 3px;
  cursor: pointer;
  opacity: 0.5;
}
.banner .slider .pagination .swiper-active-switch {
  background: #d70a30;
  opacity: 1!important;
}
.banner .login-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 10;
}
.banner .login-content .gt-wrapper {
  position: relative;
}
.banner .login-content .gt-wrapper .login-form-bg {
  right: 0;
  top: 25px;
  width: 361px;
  height: 270px;
  position: absolute;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 4px;
}
.banner .login-content .gt-wrapper .login-form {
  position: absolute;
  text-align: left;
  right: 0;
  top: 15px;
  width: 361px;
  height: 270px;
  padding: 10px 30px;
  font-size: 12px;
}
.banner .login-content .gt-wrapper .login-form .link {
  text-align: right;
}
.banner .login-content .gt-wrapper .login-form .link a {
  color: #ffffff;
}
.banner .login-content .gt-wrapper .login-form .info {
  border-bottom: 1px solid #FFF;
  height: 60px;
}
.banner .login-content .gt-wrapper .login-form .info .navdate {
  color: #d70a30;
  font-size: 12px;
}
.banner .login-content .gt-wrapper .login-form .info .precent {
  font-size: 3.4em;
  color: #d70a30;
}
.banner .login-content .gt-wrapper .login-form .info .precent span {
  font-size: 14px;
}
.banner .login-content .gt-wrapper .login-form .heading {
  display: inline-block;
}
.banner .login-content .gt-wrapper .login-form h3 {
  color: #FFF;
  margin: 5px 0 13px;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.banner .login-content .gt-wrapper .login-form h3:before,
.banner .login-content .gt-wrapper .login-form h3:after {
  content: " ";
  display: table;
}
.banner .login-content .gt-wrapper .login-form h3:after {
  clear: both;
}
.banner .login-content .gt-wrapper .login-form .subheading {
  float: right;
  right: 0;
  display: inline-block;
  font-size: 16px;
  margin: 1px 0 0 0;
  color: #FFF;
}
.banner .login-content .gt-wrapper .login-form .qr {
  text-align: center;
}
.banner .login-content .gt-wrapper .login-form .opt {
  text-align: center;
  height: 50px;
  margin-top: 28px;
}
.banner .login-content .gt-wrapper .login-form .opt .gt-btn {
  width: 140px;
  font-size: 16px !important;
  line-height: 16px;
  height: 35px;
}
.banner .login-content .gt-wrapper .login-form .opt .gt-btn + .gt-btn {
  margin-left: 10px;
}
.banner .login-content .gt-wrapper .login-form .other {
  margin: 10px 0px;
  padding: 10px;
  color: white;
  width: 290px;
  height: 118px;
  position: relative;
  z-index: 3;
}
.banner .login-content .gt-wrapper .login-form .other .name {
  font-size: 18px;
}
.banner .login-content .gt-wrapper .login-form .other .yearinc {
  color: #ffe141;
  font-size: 30px;
  padding: 10px 0px;
}
.banner .login-content .gt-wrapper .login-form .other .yearinc span {
  font-size: 14px;
  color: white;
  padding-left: 10px;
}
.banner .login-content .gt-wrapper .login-form .other .tips {
  font-size: 14px;
  color: white;
}
.banner .login-content .gt-wrapper .login-form .other-wrapper {
  width: 300px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  margin-top: -134px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  border: 1px solid white;
}
.banner .login-content .gt-wrapper .login-form.login {
  padding-top: 40px;
}
.banner .login-content .gt-wrapper .login-form.login h3 {
  padding: 0px;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.banner .login-content .gt-wrapper .login-form.login .qr {
  color: #FFF;
}
.banner .login-content .gt-wrapper .login-form.login .qr table {
  width: 100%;
  margin-bottom: 18px;
}
.banner .login-content .gt-wrapper .login-form.login .qr table th {
  font-size: 16px;
  font-weight: normal;
}
.banner .login-content .gt-wrapper .login-form.login .qr table td {
  font-size: 58px;
  color: #ffe141;
}
.banner .login-content .gt-wrapper .login-form.login .qr table td span {
  font-size: 26px;
  display: inline-block;
  margin-left: 2px;
}
.banner .login-content .gt-wrapper .download {
  padding-top: 10px;
}
.gt-main {
  background: #F8f8f8;
  margin-top: 0;
  margin-bottom: 0;
}
h3 a,
h5 a {
  color: #313131;
}
a.block {
  display: block;
  color: inherit;
}
.gonggao {
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  background-color: #FFF;
}
.gonggao h3 {
  display: inline-block;
  font-size: 15px;
  color: #262c64;
  background: url(../i/index/icons_gonggao.png?v=20250311091800) no-repeat left center;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 40px;
}
.gonggao .company,
.gonggao .product {
  display: inline-block;
  color: #262c64;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  vertical-align: top;
  margin-top: -2px;
}
.gonggao .company a,
.gonggao .product a {
  width: 490px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #5a5a5a;
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
}
.gonggao .company a:hover,
.gonggao .product a:hover {
  color: #2B9AFF;
}
.gonggao .company {
  margin-left: 20px;
  margin-right: 20px;
}
.gonggao .company a {
  text-align: left;
}
.gonggao .product {
  margin-left: 20px;
}
.fund-manager {
  margin-top: 50px;
  padding-top: 24px;
  background: url(../i/jijin/manager_bg.png?v=20250311091800) no-repeat center top;
  background-size: 100% 380px;
}
.fund-manager p,
.fund-manager h3,
.fund-manager h5 {
  margin: 0;
  font-weight: normal;
}
.fund-manager table {
  width: 1200px;
  margin: 0 auto;
  table-layout: fixed;
}
.fund-manager table td.manager {
  width: 391px;
  height: 378px;
  color: #fff;
  padding: 0 20px;
  position: relative;
  vertical-align: top;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.fund-manager table td.manager .photo-placeholder {
  float: right;
  width: 155px;
  height: 180px;
}
.fund-manager table td.manager img {
  position: absolute;
  top: -20px;
  right: 0px;
}
.fund-manager table td.manager h5 {
  font-size: 24px;
  margin-top: 70px;
}
.fund-manager table td.manager p.introduction {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fund-manager table td.manager p.tip {
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.5;
}
.fund-manager table td.fund-header {
  height: 39px;
  padding-left: 30px;
}
.fund-manager table td.fund-header h5 {
  font-size: 18px;
}
.fund-manager table tr.shadow {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.fund-manager table td.fund {
  text-align: center;
  height: 339px;
  background-color: #fff;
}
.fund-manager table td.fund div.wrap {
  padding: 0 40px;
}
.fund-manager table td.fund p.fund {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
}
.fund-manager table td.fund p.fund a {
  font-size: 24px;
  color: #313131;
  display: inline-block;
  line-height: 24px;
}
.fund-manager table td.fund p.type {
  margin-top: 7px;
  border: 1px solid #c1c1c1;
  color: #8e8e8e;
  font-size: 13px;
  line-height: 18px;
  height: 20px;
  display: inline-block;
  padding: 0px 7px;
}
.fund-manager table td.fund p.growth {
  margin-top: 10px;
  font-size: 40px;
  color: #d70a30;
}
.fund-manager table td.fund p.growth-name {
  margin: 0px 0 10px 0;
  font-size: 16px;
  color: #8e8e8e;
}
.fund-manager table td.fund p.slogan {
  text-align: left;
  margin-top: 15px;
  font-size: 15px;
  color: #8e8e8e;
}
.fund-manager table td.fund p.slogan img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.fund-manager table td.fund p.button {
  margin-top: 25px;
}
.fund-manager table td.fund p.button a {
  font-size: 18px;
  width: 150px;
  height: 47px;
  line-height: 45px;
  padding: 0;
}
.fund-manager table td.fund p.button a + a {
  margin-left: 15px;
}
.fund-manager table td.fund + td.fund div.wrap {
  border-left: 1px solid #e4e4e4;
}
.jijin-list form.header-search button.search-btn {
  border: none;
  background: none;
}
.jijin-list form.header-search button.search-btn:focus {
  outline: none;
}
.jijin-list h3 {
  background: url(../i/index/icon_red_cabinet.png?v=20250311091800) no-repeat left center;
  padding-left: 40px;
  color: #262c64;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
.jijin-list .search-cate {
  display: table;
  width: 100%;
  cursor: pointer;
  font-size: 0;
}
.jijin-list .search-cate .cate-content {
  background-color: #fff;
  padding: 0 15px 0 10px;
}
.jijin-list .search-cate .cate-content div {
  display: inline-block;
  font-size: 20px;
  color: #1C1D1E;
}
.jijin-list .search-cate .cate-content ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.jijin-list .search-cate .cate-content ul li.active {
  color: #2B9AFF;
}
.jijin-list .search-cate .cate-content ul li {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  width: 82px;
  color: #2F3130;
  font-size: 14px;
  position: relative;
}
.jijin-list .search-cate .cate-content ul li .arrow {
  display: none;
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-bottom: 6px solid #262c64;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 0 dotted;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.jijin-list .search-cate .cate-content ul li a {
  color: inherit;
}
.jijin-list .search-cate .cate-content .header-search {
  font-size: 0px;
  float: right;
}
.jijin-list .search-cate .cate-content .header-search .combo {
  position: relative;
}
.jijin-list .search-cate .cate-content .header-search .combo input {
  font-size: 14px;
  padding: 0 30px 0 10px;
  width: 325px;
  height: 36px;
  line-height: 36px;
  color: #a2a2a2;
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  background-color: #fff;
  font-weight: normal;
}
.jijin-list .search-cate .cate-content .header-search .combo input:focus {
  outline: none;
}
.jijin-list .search-cate .cate-content .header-search .combo .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  width: 60px;
  height: 38px;
  background: #2B9AFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jijin-list .search-cate .content-2022 {
  padding: 23px 20px 20px;
}
.jijin-list .search-results .search-table table {
  width: 100%;
  text-align: center;
  background: #FFF;
}
.jijin-list .search-results .search-table table tr .J_order {
  cursor: pointer;
}
.jijin-list .search-results .search-table table tr th {
  height: 43px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
}
.jijin-list .search-results .search-table table tr th .J_order {
  cursor: pointer;
}
.jijin-list .search-results .search-table table tr th .normal {
  background: url(../i/common/icon_gray.png?v=20250311091800) no-repeat;
  display: inline-block;
  width: 9px;
  height: 12px;
  background-size: 100% 100%;
  margin-left: 3px;
  margin-top: 4px;
  vertical-align: top;
}
.jijin-list .search-results .search-table table tr th .order-asc {
  background: url(../i/common/icon_arrow_blue_up.png?v=20250311091800) no-repeat;
  display: inline-block;
  width: 9px;
  height: 12px;
  margin-left: 3px;
  margin-top: 4px;
  vertical-align: top;
}
.jijin-list .search-results .search-table table tr th .order-desc {
  background: url(../i/common/icon_arrow_blue_down.png?v=20250311091800) no-repeat;
  display: inline-block;
  width: 9px;
  height: 12px;
  margin-left: 3px;
  margin-top: 4px;
  vertical-align: top;
}
.jijin-list .search-results .search-table table tr th .select_item {
  background: url(../i/common/red_arrow.png?v=20250311091800) no-repeat;
  display: inline-block;
  width: 9px;
  height: 12px;
  margin-left: 3px;
  margin-top: 4px;
  vertical-align: top;
}
.jijin-list .search-results .search-table table tr th .select_item_again {
  background: url(../i/common/red_arrow_down.png?v=20250311091800) no-repeat;
  display: inline-block;
  width: 9px;
  height: 12px;
  margin-left: 3px;
  margin-top: 4px;
  vertical-align: top;
}
.jijin-list .search-results .search-table table tr td {
  padding: 10px 0;
  vertical-align: middle;
  font-size: 14px;
  color: #1C1D1E;
}
.jijin-list .search-results .search-table table tr td a {
  color: #1C1D1E;
}
.jijin-list .search-results .search-table table tr td .a-fondcode {
  color: #949494;
}
.jijin-list .search-results .search-table table tr td a:hover {
  color: #2B9AFF !important;
}
.jijin-list .search-results .search-table table tr td .btn-chongzhi {
  color: #FFF !important;
  font-size: 14px;
  width: 58px;
  padding: 0;
  height: 32px;
  line-height: 32px;
}
.jijin-list .search-results .search-table table tr td .btn-chongzhi:hover {
  color: #fff !important;
}
.jijin-list .search-results .search-table table tr td .btn-chongzhi.disable {
  background: #8e8e8e;
  color: #FFF;
  border: 1px solid #8e8e8e;
}
.jijin-list .search-results .search-table table tr td .btn-dingtou {
  border: 1px solid #2B9AFF;
  color: #2B9AFF;
  display: inline-block;
  padding: 5px 12px;
  margin-left: 10px;
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 14px -1;
}
.jijin-list .search-results .search-table table tr td .btn-dingtou.disable {
  border: 1px solid #8e8e8e;
  color: #8e8e8e;
}
.jijin-list .search-results .search-table table tr .felv span {
  text-decoration: line-through;
  color: #8e8e8e;
}
.jijin-list .search-results .search-table table tr .felv i {
  display: block;
  font-style: normal;
  color: #d70a30;
}
.jijin-list .search-results .search-table table tr .align {
  text-align: right;
  padding-right: 36px;
}
.jijin-list .search-results .search-table table tr .featured {
  position: relative;
}
.jijin-list .search-results .search-table table tr .featured img {
  margin: 0px 5px -5px 0px;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  left: 25px;
  margin-bottom: -9px;
  width: 18px;
  height: 18px;
}
.jijin-list .search-results .search-table table tr .featured div {
  display: inline-block;
  max-width: 278px;
  margin-left: 50px;
}
.jijin-list .search-results .search-table table tr .featured div a {
  color: #313131;
}
.jijin-list .search-results .search-table table tr .featured div a:hover {
  color: #2B9AFF;
}
.jijin-list .search-results .search-table table tr .featured span {
  color: #949494;
  font-size: 12px;
}
.jijin-list .search-results .search-table table thead tr {
  height: 60px;
  background: #f5f9fd;
}
.jijin-list .search-results .search-table table tbody tr &gt; td {
  border-bottom: 1px solid #E5E5E5;
}
.jijin-list .search-results .search-table table tr.fund_tab_qgj {
  background: #f5f9fd;
}
.jijin-list .search-results .search-table table tr.fund_tab_qgj th.font-small {
  font-size: 13px;
  border: 1px dotted #d7d7d7;
}
.jijin-list .search-results .search-table table tr.fund_tab_qgj th.font-small.top {
  border-top: none;
  height: 25px;
}
.jijin-list .search-results .search-table table tr.fund_tab_qgj th.font-small.bottom {
  border-bottom: none;
  height: 25px;
}
.jijin-list .search-results .search-table table tr.fund_tab_qgj .bottom + .bottom {
  border-left: none !important;
}
.jijin-list .search-results .page {
  background-color: #FFF;
  font-size: 14px;
  padding: 16px 20px 40px;
}
.jijin-list .search-results .page .navdate {
  color: #5a5a5a;
}
.jijin-list .search-results .page a {
  float: right;
  color: #2B9AFF;
  font-weight: 500;
}
.jijin-list .search-results .page .numbers {
  color: #5a5a5a;
}
.jijin-list .search-results .page .numbers span {
  display: inline-block;
  margin-right: 5px;
}
.jijin-list .search-results .page .numbers a {
  display: inline-block;
  margin: 0 5px;
}
.jijin-list .search-results .page .numbers a.current {
  color: #262c64;
  text-decoration: underline;
}
.jijin-list .search-results .page .numbers a.home.current {
  text-decoration: none;
}
.jijin-list .search-results .content-tips {
  background: #f8f8f8;
  padding: 30px 0 20px;
  color: #5a5a5a;
}
.jijin-list .search-results .content-tips h2 {
  border-top: 1px solid #ccc;
  padding: 30px 20px 10px;
  margin: 0;
  font-weight: normal;
}
.jijin-list .search-results .content-tips h2 span {
  font-size: 18px;
  color: #313131;
}
.jijin-list .search-results .content-tips h3 {
  padding: 15px 20px 5px;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.jijin-list .search-results .content-tips p {
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
}
.fund-manager {
  margin-top: 50px;
  padding-top: 24px;
  background: url(../i/jijin/manager_bg.png?v=20250311091800) no-repeat center top;
  background-size: 100% 380px;
}
.fund-manager p,
.fund-manager h3,
.fund-manager h5 {
  margin: 0;
  font-weight: normal;
}
.fund-manager table {
  width: 1200px;
  margin: 0 auto;
  table-layout: fixed;
}
.fund-manager table td.manager {
  width: 391px;
  height: 378px;
  color: #fff;
  padding: 0 20px;
  position: relative;
  vertical-align: top;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.fund-manager table td.manager .photo-placeholder {
  float: right;
  width: 155px;
  height: 180px;
}
.fund-manager table td.manager img {
  position: absolute;
  top: -20px;
  right: 0px;
}
.fund-manager table td.manager h5 {
  font-size: 24px;
  margin-top: 70px;
}
.fund-manager table td.manager p.introduction {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fund-manager table td.manager p.tip {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
}
.fund-manager table td.fund-header {
  height: 39px;
  padding-left: 30px;
}
.fund-manager table td.fund-header h5 {
  font-size: 18px;
}
.fund-manager table tr.shadow {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.fund-manager table td.fund {
  text-align: center;
  height: 339px;
  background-color: #fff;
}
.fund-manager table td.fund div.wrap {
  padding: 0 40px;
}
.fund-manager table td.fund p.fund {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
}
.fund-manager table td.fund p.fund a {
  font-size: 24px;
  color: #313131;
  display: inline-block;
  line-height: 24px;
}
.fund-manager table td.fund p.type {
  margin-top: 7px;
  border: 1px solid #c1c1c1;
  color: #8e8e8e;
  font-size: 13px;
  line-height: 18px;
  height: 20px;
  display: inline-block;
  padding: 0px 7px;
}
.fund-manager table td.fund p.growth {
  margin-top: 10px;
  font-size: 40px;
  color: #d70a30;
}
.fund-manager table td.fund p.growth-name {
  margin: 0px 0 10px 0;
  font-size: 16px;
  color: #8e8e8e;
}
.fund-manager table td.fund p.slogan {
  text-align: left;
  margin-top: 15px;
  font-size: 15px;
  color: #8e8e8e;
}
.fund-manager table td.fund p.slogan img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.fund-manager table td.fund p.button {
  margin-top: 25px;
}
.fund-manager table td.fund p.button a {
  font-size: 18px;
  width: 150px;
  height: 47px;
  line-height: 45px;
  padding: 0;
}
.fund-manager table td.fund p.button a + a {
  margin-left: 15px;
}
.fund-manager table td.fund + td.fund div.wrap {
  border-left: 1px solid #e4e4e4;
}
/**
 * æ–°é—»éƒ¨åˆ†
 */
.news {
  margin-top: 20px;
}
.news .items.left {
  margin-right: 10px;
  float: left;
  width: 592px;
}
.news .items.right {
  float: right;
  width: 592px;
}
.news .items {
  position: relative;
  background-color: #FFF;
  padding: 50px 0px 0px 0px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.news .items h3 {
  position: absolute;
  left: -1px;
  top: 0px;
  width: 593px;
  display: block;
  font-size: 15px;
  color: #262c64;
  background: url(../i/index/icon_red_dialog.png?v=20250311091800) #f5f5f5 no-repeat left center;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 0 0 41px;
  border-bottom: 3px solid #262c64;
}
.news .items a.more {
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
}
.news .items .item {
  margin: 0;
}
.news .items .item h4 {
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  margin: 0 0 6px 0;
  background-color: #F8f8f8;
}
.news .items .item h4 a {
  float: right;
  font-weight: normal;
}
.news .items .item ul {
  margin: 0;
  padding: 10px 15px;
}
.news .items .item ul li {
  margin: 0;
  padding: 5px 0;
}
.news .items .item ul li a {
  display: inline-block;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 380px;
}
.news .items .item ul li span {
  display: inline-block;
  float: right;
}
.news .items .item ul li.hot {
  padding-left: 30px;
  background: url(../i/index/icon_index_hot_small.png?v=20250311091800) no-repeat 0 10px;
}
.news .items .item ul li.new {
  padding-left: 30px;
  background: url(../i/index/icon_index_new_small.png?v=20250311091800) no-repeat 0 10px;
}
.news .items .item ul li.first {
  padding: 2px 0px 16px 0px;
}
.news .items .item ul li.first a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #262c64;
}
.news .items .item ul li.first a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 520px;
  color: #5a5a5a;
  padding: 0;
  margin: 5px 0 0 0;
  line-height: 20px;
  font-size: 14px;
}
.news .items .item ul li.first a span {
  display: none;
}
.news .items .item ul li.first.hot {
  padding-left: 70px;
  background: url(../i/news/icon_hot.png?v=20250311091800) no-repeat 0 20px;
}
.news .items .item ul li.first.hot a p {
  width: 450px;
}
.news .items .item ul li.first.new {
  padding-left: 70px;
  background: url(../i/news/icon_hot.png?v=20250311091800) no-repeat 0 -64px;
}
.news .items .item ul li.first.new a p {
  width: 450px;
}
.news .items .item.honglazhu h4 {
  margin-bottom: 6px;
}
.news .items .item.honglazhu a {
  display: block;
  padding: 0px 20px 5px 20px;
}
.news .items.right h3 {
  background: url(../i/index/icon_red_speaker.png?v=20250311091800) #f5f5f5 no-repeat left center;
}
.banner-list {
  padding-top: 20px;
}
.banner-tips {
  font-size: 12px;
  color: #979797;
  text-align: right;
  padding-top: 10px;
}
.ads-3banner td {
  text-align: center;
}
.ads-3banner td:last-child {
  padding-left: 10px;
}
.ads-jijin.gt-wrapper {
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 20px 0;
  width: 1240px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr &gt; td {
  vertical-align: top;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.tuijian {
  min-width: 320px;
  text-align: center;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.tuijian .title {
  font-size: 26px;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.tuijian .title a {
  display: inline-block;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.tuijian &gt; .growth {
  margin-top: 15px;
  color: #d70a30;
  font-size: 40px;
  line-height: 1.2;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.tuijian &gt; .growth-name {
  color: #8e8e8e;
  font-size: 18px;
  margin-top: 10px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.tuijian &gt; .slogan {
  color: #8e8e8e;
  font-size: 18px;
  margin-top: 10px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.tuijian &gt; .button {
  margin-top: 20px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.tuijian &gt; .button a.gt-btn {
  font-size: 20px;
  width: 280px;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang {
  width: 320px;
  padding-bottom: 0;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang .card-title {
  margin-bottom: 0;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table tr.border td {
  padding: 10px 0 0px 0;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table tr.noborder td {
  padding-bottom: 10px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table td.title {
  width: 160px;
  height: 60px;
  font-size: 15px;
  line-height: 30px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table td.title a {
  color: #313131;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table td.slogan {
  color: #8e8e8e;
  font-size: 14px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table td.growth {
  width: 110px;
  text-align: center;
  font-size: 18px;
  color: #d70a30;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table td.growth-name {
  text-align: center;
  color: #8e8e8e;
  font-size: 12px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table td.button {
  width: 88px;
  padding: 0 !important;
  text-align: right;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table td.button a.gt-btn {
  font-size: 14px;
  width: auto;
  height: auto;
  padding: 0.5rem 2rem;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.paihang table tr.noborder + tr.border td {
  border-top: 1px solid #e4e4e4;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.huodong a {
  color: #313131;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.huodong p {
  margin-bottom: 10px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.huodong p img {
  width: 292px;
  height: 174px;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.huodong h3 {
  font-size: 24px;
  padding: 5px 0;
}
.ads-jijin.gt-wrapper &gt; tbody &gt; tr td.huodong h5 {
  font-size: 16px;
}
.ads-jijin.gt-wrapper h3,
.ads-jijin.gt-wrapper h5,
.ads-jijin.gt-wrapper p {
  font-weight: normal;
  margin: 0;
}
.ads-jijin.gt-wrapper .card {
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  box-shadow: 0 0.1em 0.5em #f1f0ed;
}
.ads-jijin.gt-wrapper .card &gt; .card-title {
  border-bottom: 1px solid #e4e4e4;
  color: #262c64;
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-align: left;
}
.ads-jijin.gt-wrapper .card &gt; .card-title img {
  margin-right: 10px;
  top: -2px;
  position: relative;
}
.ads-jijin.gt-wrapper .card &gt; .card-title a.float-right {
  font-weight: normal;
  display: block;
  float: right;
  font-size: 14px;
  top: 3px;
  position: relative;
  color: #2B9AFF;
}
.ads-lsb {
  background-color: white;
  padding: 10px 0;
}
.ads-lsb &gt; table {
  table-layout: fixed;
  width: 1200px;
  margin: 0 auto;
}
.ads-lsb &gt; table td {
  vertical-align: middle;
}
.ads-lsb &gt; table td.left {
  width: 66.67%;
}
.ads-lsb &gt; table td.left &gt; table {
  width: 100%;
}
.ads-lsb &gt; table td.left &gt; table td.icon {
  padding: 0 35px 0 10px;
}
.ads-lsb &gt; table td.left &gt; table td.content h5 {
  font-size: 27px;
  line-height: 30px;
  font-weight: normal;
}
.ads-lsb &gt; table td.left &gt; table td.content span {
  font-size: 16px;
}
.ads-lsb &gt; table td.left &gt; table td.content h5,
.ads-lsb &gt; table td.left &gt; table td.content p {
  margin: 0;
  padding: 8px 0 8px 0;
  line-height: 26px;
}
.ads-lsb &gt; table td.left &gt; table td.content span.ror7 {
  color: #d70a30;
  font-size: 30px;
}
.ads-lsb &gt; table td.left &gt; table td.content span.ror7-tip {
  color: #8e8e8e;
  margin-left: 5px;
}
.ads-lsb &gt; table td.left &gt; table td.content span.boxed-blue {
  color: #2B9AFF;
  border: 1px solid #2B9AFF;
  border-radius: 3px;
  padding: 4px;
}
.ads-lsb &gt; table td.left &gt; table td.content span.boxed-blue + span.boxed-blue {
  margin-left: 7px;
}
.ads-lsb &gt; table td.left &gt; table td.button {
  padding: 0 50px 0 50px;
  border-right: 1px solid #e4e4e4;
}
.ads-lsb &gt; table td.left &gt; table td.button a.gt-btn {
  font-size: 20px;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 48px;
  border: none;
  height: 50px;
  width: 180px;
}
.ads-lsb &gt; table td.right {
  width: 33.33%;
  text-align: right;
}
.zhuanti {
  margin-top: 25px;
}
.zhuanti h3 {
  margin: 0;
  background: url(../i/index/icon_red_star.png?v=20250311091800) #f5f5f5 no-repeat left center;
  padding-left: 40px;
  line-height: 28px;
  color: #262c64;
  font-size: 15px;
}
.zhuanti table {
  margin-top: 10px;
  width: 100%;
}
.zhuanti table td {
  text-align: center;
}
.zhuanti table td img {
  width: 380px;
  height: 180px;
}
.zhuanti table td.first {
  text-align: left;
}
.zhuanti table td.last {
  text-align: right;
}
.tuijian-dingtou {
  position: relative;
  height: 378px;
  margin-top: 18px;
}
.tuijian-dingtou .tuijian {
  position: absolute;
  left: 0;
  width: 678px;
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0.1em 0.5em #f1f0ed;
}
.tuijian-dingtou .tuijian .card-title {
  height: 60px;
  line-height: 60px;
}
.tuijian-dingtou .tuijian .card-title .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 3px 3px 0;
  vertical-align: middle;
  border-radius: 50%;
  background: url(../i/index/icon_zhidao.png?v=20250311091800) #d7092f no-repeat left;
}
.tuijian-dingtou .tuijian .card-title .title {
  display: inline;
  font-size: 18px;
  color: #262c64;
  font-weight: normal;
}
.tuijian-dingtou .tuijian .card-title .line {
  line-height: 55px;
  color: #888;
  padding: 0 3px;
}
.tuijian-dingtou .tuijian .card-title .desc {
  line-height: 60px;
  color: #888;
}
.tuijian-dingtou .tuijian .card-title .more {
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #bcbcbc;
  cursor: pointer;
}
.tuijian-dingtou .tuijian .card-list {
  width: 100%;
}
.tuijian-dingtou .tuijian .card-list .item {
  height: 106px;
  border-top: 1px solid #eee;
  padding-top: 25px;
}
.tuijian-dingtou .tuijian .card-list .item .item-name {
  float: left;
  width: 45%;
}
.tuijian-dingtou .tuijian .card-list .item .item-name .title {
  margin: 0 0 12px 0;
}
.tuijian-dingtou .tuijian .card-list .item .item-name .title a {
  display: inline-block;
  overflow: hidden;
  max-width: 268px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tuijian-dingtou .tuijian .card-list .item .item-name .desc {
  display: inline-block;
  overflow: hidden;
  max-width: 268px;
  font-size: 14px;
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tuijian-dingtou .tuijian .card-list .item .item-rate {
  float: left;
  width: 30%;
}
.tuijian-dingtou .tuijian .card-list .item .item-rate .title {
  margin: -5px 0 9px 0;
  font-size: 24px;
  font-weight: 600;
  color: #d7092f;
}
.tuijian-dingtou .tuijian .card-list .item .item-rate .desc {
  font-size: 14px;
  color: #888;
}
.tuijian-dingtou .tuijian .card-list .item .buy-button {
  float: left;
  width: 25%;
}
.tuijian-dingtou .tuijian .card-list .item .buy-button .button {
  margin: 0 0 0 12px;
}
.tuijian-dingtou .tuijian .card-list .item .buy-button .button a.gt-btn {
  width: 138px;
  height: 52px;
  font-size: 18px;
  padding: 0;
  line-height: 50px;
  border: none;
}
.tuijian-dingtou .dingtou {
  position: absolute;
  right: 0;
  width: 507px;
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0.1em 0.5em #f1f0ed;
}
.tuijian-dingtou .dingtou .card-title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}
.tuijian-dingtou .dingtou .card-title .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 3px 3px 0;
  vertical-align: middle;
  border-radius: 50%;
  background: url(../i/index/icon_clock.png?v=20250311091800) #d7092f no-repeat center;
}
.tuijian-dingtou .dingtou .card-title .title {
  display: inline;
  font-size: 18px;
  color: #262c64;
  font-weight: normal;
}
.tuijian-dingtou .dingtou .card-title .more {
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #bcbcbc;
  cursor: pointer;
}
.tuijian-dingtou .dingtou .card-content .title {
  margin: 14px 0 18px 0;
  font-size: 20px;
  color: #010101;
}
.tuijian-dingtou .dingtou .card-content .desc {
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
}
.tuijian-dingtou .dingtou .card-content .feature {
  margin-top: 40px;
  overflow: hidden;
}
.tuijian-dingtou .dingtou .card-content .feature .item {
  float: left;
  width: 25%;
  text-align: center;
}
.tuijian-dingtou .dingtou .card-content .feature .item .icon-wrapper {
  height: 45px;
  background: url(../i/index/dingtou_1.png?v=20250311091800) no-repeat center center;
}
.tuijian-dingtou .dingtou .card-content .feature .item .icon-title {
  margin: 8px 0 6px 0;
  font-size: 14px;
  color: #353535;
}
.tuijian-dingtou .dingtou .card-content .feature .item .icon-desc {
  font-size: 11px;
  color: #888;
}
.tuijian-dingtou .dingtou .card-content .feature .item + .item .icon-wrapper {
  background: url(../i/index/dingtou_2.png?v=20250311091800) no-repeat center center;
}
.tuijian-dingtou .dingtou .card-content .feature .item + .item + .item .icon-wrapper {
  background: url(../i/index/dingtou_3.png?v=20250311091800) no-repeat center center;
}
.tuijian-dingtou .dingtou .card-content .feature .item + .item + .item + .item .icon-wrapper {
  background: url(../i/index/dingtou_4.png?v=20250311091800) no-repeat center center;
}
.gt-main-kjgn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto!important;
}
.gt-main-kjgn .block {
  width: 392px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gt-main-kjgn .block img {
  width: 392px;
  height: 110px;
}
.gt-main-kjgn .block .block-info {
  background: #fff;
}
.gt-main-kjgn .block p:first-child {
  font-size: 20px;
  color: #1C1D1C;
  margin: 0;
  padding: 19px 0 5px 19px;
}
.gt-main-kjgn .block p:nth-child(2) {
  font-size: 14px;
  color: rgba(56, 56, 56, 0.6);
  margin: 0;
  padding: 0;
  opacity: 0.6;
  padding: 0 0 20px 19px;
}
.gt-main-kjgn .block:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  transition: all 0.3s ease;
}
.gt-main-cptj {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0px;
}
.gt-main-cptj .block {
  width: 390px;
  height: 250px;
  padding: 33px 0 0 20px;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.gt-main-cptj .block .side-img {
  position: absolute;
  right: 18px;
  bottom: 0px;
  height: 168px;
}
.gt-main-cptj .block .img-out {
  right: -150px;
}
.gt-main-cptj .block .img-out-1 {
  right: -200px;
}
.gt-main-cptj .block .img-trans {
  right: 18px;
  transition: right 0.4s;
  -moz-transition: right 0.4s;
  /* Firefox 4 */
  -webkit-transition: right 0.4s;
  /* Safari å’Œ Chrome */
  -o-transition: right 0.4s;
  /* Opera */
}
.gt-main-cptj .block span {
  display: block;
}
.gt-main-cptj .block .cptj-title {
  font-size: 20px;
  color: #242527;
  padding-bottom: 10px;
}
.gt-main-cptj .block .cptj-fundname {
  font-size: 16px;
  color: #242527;
}
.gt-main-cptj .block .cptj-line {
  width: 37px;
  height: 2px;
  background: transparent;
  border-radius: 1px;
  margin: 10px 0 10px 0;
}
.gt-main-cptj .block .cptj-desc {
  height: 51px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  width: 200px;
  line-height: 1.2;
  color: #666666;
}
.gt-main-cptj .block .cptj-zhang {
  font-size: 28px;
  color: #EC4E4D;
}
.gt-main-cptj .block .cptj-time {
  font-size: 12px;
  color: #A8B1BA;
  margin: -1px 0 10px 0;
}
.gt-main-cptj .block .cptj-buy {
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #2B9AFF;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 25px;
}
.gt-main-mxjj {
  margin: 20px auto!important;
  position: relative;
}
.gt-main-mxjj .title {
  position: absolute;
  font-size: 20px;
  color: #1C1D1E;
  top: 20px;
  left: 14px;
  z-index: 1;
}
.gt-main-mxjj .mxjj-back {
  width: 1200px;
  height: 282px;
  background-size: 100% 100%;
  position: relative;
}
.gt-main-mxjj .mxjj-back .mxjj-video {
  width: 400px;
  height: 210px;
  position: absolute;
  top: 57px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  z-index: 99;
}
.gt-main-mxjj .mxjj-back .mxjj-video .mxjl-slt-play {
  position: relative;
  bottom: 38px;
  left: 8px;
  width: 30px;
  z-index: 100;
  display: none;
}
.gt-main-mxjj .mxjj-back .mxjj-shouyi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 145px;
  right: 0px;
  width: 320px;
}
.gt-main-mxjj .mxjj-back .mxjj-shouyi .mxjj-zhang {
  font-size: 30px;
  color: #EC4E4D;
}
.gt-main-mxjj .mxjj-back .mxjj-shouyi .mxjj-tag {
  font-size: 14px;
  color: #747474;
  padding-bottom: 20px;
  padding-top: 5px;
}
.gt-main-mxjj .mxjj-back .mxjj-shouyi .mxjj-slogan {
  color: #ff2328;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 26px;
}
.gt-main-mxjj .mxjj-back .mxjj-shouyi .mxjj-buy {
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #2B9AFF;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.gt-main-mxjj .mxjj-back .mxjj-shouyi .mxjj-buy-notag {
  margin-top: 56px;
}
.gt-main-mxjj .mxjj-back .mxjj-more {
  position: absolute;
  top: 20px;
  right: 20px;
}
.gt-main-tjyd {
  padding: 22px 20px;
  background-color: #FFF;
  margin: 20px auto;
}
.gt-main-tjyd .block {
  transition: all 0.3s ease;
}
.gt-main-tjyd .block:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  transition: all 0.3s ease;
}
.gt-main-tjyd .title-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.gt-main-tjyd .title-head h3 {
  font-size: 20px;
  font-weight: normal;
  color: #1C1D1E;
  padding: 0;
  margin: 0;
}
.gt-main-tjyd .title-head a {
  font-size: 14px;
}
.gt-main-tjyd .title {
  color: #1C1D1E;
  line-height: 24px;
  height: 24px;
  text-align: justify;
  width: 340px;
  float: left;
  vertical-align: top;
  margin-right: 10px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gt-main-tjyd .title.title-s {
  margin-left: -8px;
  cursor: pointer;
}
.gt-main-tjyd .title-wrap {
  color: #1C1D1E;
  width: 336px;
  display: block;
  overflow: hidden;
  line-height: 20px;
  height: 50px;
  padding-top: 6px;
}
.gt-main-tjyd .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gt-main-tjyd .content img {
  width: 360px;
  height: 210px;
  background: #0B0303;
  border-radius: 4px;
}
.gt-main-tjyd .content .content-list {
  padding-left: 20px ;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gt-main-tjyd .content .content-list .list {
  font-size: 14px;
  position: relative;
  height: 120px;
  width: 336px;
}
.gt-main-tjyd .content .content-list .list .time {
  font-size: 12px;
  color: #979797;
  display: block;
  vertical-align: top;
  margin-top: 3px;
}
.gt-main-tjyd .content .content-list .list a {
  position: absolute;
  bottom: 28px;
  right: 2px;
  cursor: pointer;
}
.gt-main-tjyd .content .content-list .list .lisa-a {
  position: relative;
  left: 0;
  top: 0;
}
.gt-main-dbgn {
  background-color: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.gt-main-dbgn .block {
  width: 380px;
  background-color: #FFF;
  color: #1C1D1E;
}
.gt-main-dbgn .block .title-head {
  font-size: 20px;
  padding: 20px;
}
.gt-main-dbgn .block img {
  height: 210px;
  width: 380px;
}
.gt-main-dbgn .block .title {
  font-size: 16px;
  width: 381px;
  padding: 20px;
  display: inline-block;
  white-space: nowrap;
}
.gt-main-dbgn .block .title-wrap {
  font-size: 14px;
  width: 336px;
  padding-left: 20px;
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gt-main-dbgn .block a {
  font-size: 14px;
  float: right;
  padding: 25px 25px 15px;
}
.main-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 4% 0 4% 0;
  z-index: 100;
  display: none;
}
.main-video video {
  height: 88%;
}
.main-video .close {
  font-size: 18px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  margin-left: 48%;
  margin-top: 30px;
  cursor: pointer;
}
.main-video .main-video-mini video {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
</pre></body></html>